home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / emulator / pocketuae / .uaerc next >
Encoding:
Text File  |  2004-08-03  |  2.4 KB  |  77 lines

  1. ########################################
  2. ## PocketUAE Sample Config 22.07.2004 ##
  3. ########################################
  4.  
  5. # Specify your Kickstart ROM-File here:
  6. kickstart_rom_file=roms/kick31.rom
  7.  
  8. # Specify CPU type (e.g. 68000, 68010, 68020, 68020/68881)
  9. cpu_type=68000
  10.  
  11. # Specify Chipset type (e.g. aga, ecs, ecs_agnus, ecs_denise, ocs)
  12. # (You can leave it commented-out for A500)
  13. #chipset=aga
  14.  
  15. # Specify CPU/Chipset speed relation (e.g. max, real, or a number between 1 and 20)
  16. # (Try to play around with this :) )
  17. #cpu_speed=real
  18. #cpu_speed=max
  19. cpu_speed=10
  20.  
  21. # Size in n*512 kilobytes of chip-memory
  22. chipmem_size=4    
  23.     
  24. # Size in n*256 kilobytes of bogo-memory at 0xC00000
  25. bogomem_size=0
  26.  
  27. # Size in n*megabytes of fast-memory
  28. fastmem_size=0
  29.  
  30. # Size in n*megabytes of Zorro-III expansion memory
  31. z3mem_size=0
  32.  
  33. # PLEASE DO NOT CHANGE ANYTHING IN THIS BLOCK!
  34. gfx_width=320
  35. gfx_height=240
  36. gfx_lores=yes
  37. gfx_center_vertical=simple
  38. gfx_center_horizontal=simple
  39. gfx_linemode=none
  40.  
  41. # Specify yes for fullscreen (landscape) or no for windowed mode (will not show all amiga screen content)
  42. gfx_fullscreen_amiga=yes
  43.  
  44. # Specify amount for frameskipping (draws all n frames, this means gfx_framerate=1 uses no frameskip)
  45. gfx_framerate=5
  46.  
  47. # Specify which directory (on your PocketPC) to use for Amiga-HDD emulation (yes, it works! :) )
  48. #filesystem=rw,HDD:/uae/hdd
  49.  
  50. # Specify which harddisk-image to use for Amiga-HDD emulation (you may use your WinUAE images here :) )
  51. #hardfile=rw,32,1,2,512,/uae/hdd.hdf
  52.  
  53. # Specify which floppy-image to use in which drive
  54. # PLEASE NOTE: As there's no gui yet, you can't switch disks ingame, yet!
  55. floppy0=disks/wb31.adf
  56. #floppy0=disks/Superfrog - Disk1.adf
  57. #floppy1=disks/Superfrog - Disk2.adf
  58. #floppy2=disks/Superfrog - Disk3.adf
  59. #floppy3=disks/Superfrog - Disk4.adf
  60.  
  61. # Specify Sound-Output (e.g. normal for normal, interrupts for none, this still simulates sound for apps and games)
  62. sound_output=normal
  63. #sound_output=interrupts
  64.  
  65. # You may change this, but you shouldn't. Really. :)
  66. sound_channels=mono
  67. sound_bits=8
  68. sound_frequency=11025
  69.  
  70. # Please do NOT use a value smaller than 2756, this does not work correctly yet, I'm still working on this issue!
  71. sound_min_buff=2756
  72. sound_max_buff=2756
  73.  
  74. # Specify mouse and joysticks (you should not change this, as this works for most games)
  75. joyport0=mouse
  76. joyport1=kbd2
  77.